Skip to content

tests image gd #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

tests image gd #4

wants to merge 1 commit into from

Conversation

marcelod
Copy link

@marcelod marcelod commented Jul 5, 2014

No description provided.

@rogeriopradoj
Copy link

$ vagrant up
$ vagrant ssh
$ cd /vagrant/php-src
$ time make distclean
$ time ./buildconf --force
$ time ./configure --with-gd
$ time make
$ grep "PHP_VERSION =" Makefile
$ time make test TESTS=tests/marcelod/

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr004  grep "PHP_VERSION =" Makefile
PHP_VERSION = 5.5.17-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr004  time make test TESTS=tests/marcelod/

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.5.17-dev
ZEND_VERSION: 2.5.0
PHP_OS      : Linux - Linux vm 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
INI actual  : /vagrant/php-src/tmp-php.ini
More .INIs  :
CWD         : /vagrant/php-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS test imagealphablending without arguments [tests/marcelod/imagealphablending_error1.phpt]
PASS test imagecolorresolvealpha without arguments [tests/marcelod/imagecolorresolvealpha_error3.phpt]
PASS test imagesavealpha without arguments [tests/marcelod/imagesavealpha_error2.phpt]
=====================================================================
Number of tests :    3                 3
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    3 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test TESTS=tests/marcelod/  0.06s user 0.02s system 53% cpu 0.135 total

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr004-56  grep "PHP_VERSION =" Makefile
PHP_VERSION = 5.6.0-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr004-56  time make test TESTS=tests/marcelod/

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 5.6.0-dev
ZEND_VERSION: 2.6.0-dev
PHP_OS      : Linux - Linux vm 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
INI actual  : /vagrant/php-src/tmp-php.ini
More .INIs  :
CWD         : /vagrant/php-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS test imagealphablending without arguments [tests/marcelod/imagealphablending_error1.phpt]
PASS test imagecolorresolvealpha without arguments [tests/marcelod/imagecolorresolvealpha_error3.phpt]
PASS test imagesavealpha without arguments [tests/marcelod/imagesavealpha_error2.phpt]
=====================================================================
Number of tests :    3                 3
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    3 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test TESTS=tests/marcelod/  0.05s user 0.02s system 49% cpu 0.137 total

@rogeriopradoj
Copy link

 vagrant@vm  /vagrant/php-src   phpsp-pr004-master  grep "PHP_VERSION =" Makefile
PHP_VERSION = 7.0.0-dev
 vagrant@vm  /vagrant/php-src   phpsp-pr004-master  time make test TESTS=tests/marcelod/

Build complete.
Don't forget to run 'make test'.


=====================================================================
PHP         : /vagrant/php-src/sapi/cli/php
PHP_SAPI    : cli
PHP_VERSION : 7.0.0-dev
ZEND_VERSION: 2.8.0-dev
PHP_OS      : Linux - Linux vm 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:43:42 UTC 2014 i686
INI actual  : /vagrant/php-src/tmp-php.ini
More .INIs  :
CWD         : /vagrant/php-src
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS test imagealphablending without arguments [tests/marcelod/imagealphablending_error1.phpt]
PASS test imagecolorresolvealpha without arguments [tests/marcelod/imagecolorresolvealpha_error3.phpt]
PASS test imagesavealpha without arguments [tests/marcelod/imagesavealpha_error2.phpt]
=====================================================================
Number of tests :    3                 3
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    3 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================
make test TESTS=tests/marcelod/  0.07s user 0.02s system 56% cpu 0.157 total

@rogeriopradoj
Copy link

PR mandado para o repositório oficial:
php#782

Obs.: apenas um PR para o branch mais baixo que o teste vai rodar (PHP-5.5), conforme indicado pelo @Tyrael na lista http://news.php.net/php.qa/67367.

rogeriopradoj pushed a commit that referenced this pull request Oct 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants